.hero-banner__dynamic-view__banner-content > p {
    font-family: var(--font-family-1);
    font-size: var(--text-md);
    font-weight: var(--weight-semilight);
    letter-spacing: 0.4px;
}

.after_sales_card_text p {
  margin: 0;
  font-weight: var(--weight-extra-bold);
  font-size: var(--text-lg);
  color: var(--gray-dark-1);
}

.carroueselImg-model .swiper-slide>p {
  padding: 0 var(--p-2);
  color: var(--gray-light-4);
  text-align: center;
  font-family: var(--font-family-1);
  font-size: var(--text-md);
  font-style: normal;
  font-weight: var(--weight-extra-bold);
  line-height: var(--leading-5);
  letter-spacing: 0.045rem;
}

.Security-Swiper .slide-component_text-wrapper > p:not(:first-of-type) {
  font-family: var(--font-family-1);
  font-size: var(--text-lg);
  font-weight: var(--weight-extra-bold);
  letter-spacing: 0.72px;
  color: var(--gray-dark-1);
  text-align: justify;
}
